-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ci: move x86_64-gnu-debug
job to the free runner
#136970
Conversation
@bors try |
ci: move jobs using the largedisk runner to the free runner try-job: dist-loongarch64-linux try-job: dist-loongarch64-musl try-job: dist-powerpc64le-linux try-job: x86_64-gnu-debug
Actually I think I made a mistake, probably this isn't going to work 😅 |
💔 Test failed - checks-actions |
x86_64-gnu-debug
job to the free runner
392328b
to
8ff3639
Compare
@bors try |
ci: move `x86_64-gnu-debug` job to the free runner try-job: x86_64-gnu-debug
☀️ Try build successful - checks-actions |
@rustbot ready |
Since this PR affects only one job that we tested in the try build, imo we can rollup this 🤔 |
Hmm, isn't it a bit suspicious that 50 GiB is now available when that job was previously on the verge of like 1-2 GiB left? 😅 But maybe I misremember. |
I also remember that. Maybe in the meantime something changed in the codebase. |
Ok, let's see! @bors r+ rollup=iffy |
ci: move `x86_64-gnu-debug` job to the free runner try-job: x86_64-gnu-debug
…kingjubilee Rollup of 11 pull requests Successful merges: - rust-lang#136863 (rework rigid alias handling ) - rust-lang#136869 (Fix diagnostic when using = instead of : in let binding) - rust-lang#136895 (debuginfo: Set bitwidth appropriately in enum variant tags) - rust-lang#136928 (eagerly prove WF when resolving fully qualified paths) - rust-lang#136941 (Move `llvm.ccache` to `build.ccache`) - rust-lang#136950 (rustdoc: use better, consistent SVG icons for scraped examples) - rust-lang#136957 (coverage: Eliminate more counters by giving them to unreachable nodes) - rust-lang#136960 (Compiletest should not inherit all host RUSTFLAGS) - rust-lang#136962 (unify LLVM version finding logic) - rust-lang#136970 (ci: move `x86_64-gnu-debug` job to the free runner) - rust-lang#136973 (Fix `x test --stage 1 ui-fulldeps` on macOS (until the next beta bump)) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#136970 - marcoieni:no-largedisk, r=Kobzol ci: move `x86_64-gnu-debug` job to the free runner try-job: x86_64-gnu-debug
After #136535 we don't need the large runner with more disk space anymore for this job, so we use the free runner instead.
try-job: x86_64-gnu-debug